home *** CD-ROM | disk | FTP | other *** search
/ Bath / Bath CDROM.iso / pc / BATH.DXR / Topbar_18_help_over.ls < prev    next >
Encoding:
Text File  |  2001-07-26  |  132 b   |  9 lines

  1. on mouseLeave me
  2.   cursor(-1)
  3.   set the member of sprite the currentSpriteNum to member("help")
  4. end
  5.  
  6. on mouseUp me
  7.   go("help")
  8. end
  9.